home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00020_initMatAnim.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  194 b   |  9 lines

  1. on exitFrame
  2.   global animLoopCount, charIcon, currentPalette
  3.   set the visible of sprite 4 to 0
  4.   puppetPalette(0)
  5.   set animLoopCount to 0
  6.   set the volume of sound 2 to 180
  7.   cursor(200)
  8. end
  9.